projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1db6401
)
(mostlyclean): Make it distinct from clean.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 26 Nov 1993 11:08:58 +0000
(11:08 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 26 Nov 1993 11:08:58 +0000
(11:08 +0000)
lib-src/Makefile.in
patch
|
blob
|
history
diff --git
a/lib-src/Makefile.in
b/lib-src/Makefile.in
index 0bf77930e69988fc0499b74cfbe4222fbd032a3f..3c08b554f2f6854e42da85f50972c521a4622977 100644
(file)
--- a/
lib-src/Makefile.in
+++ b/
lib-src/Makefile.in
@@
-151,8
+151,11
@@
uninstall:
(cd ${archlibdir}; \
rm -f ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS})
-clean mostlyclean:
- -rm -f ${INSTALLABLES} ${UTILITIES} core *.o
+mostlyclean:
+ -rm -f core *.o
+
+clean: mostlyclean
+ -rm -f ${INSTALLABLES} ${UTILITIES}
distclean: clean
-rm -f ../etc/DOC* *.tab.c *.tab.h aixcc.c TAGS